sendAccessibilityEvent

open fun sendAccessibilityEvent(@NonNull host: View, eventType: Int)(source)

Sends an accessibility event of the given type. If accessibility is not enabled this method has no effect.

The default implementation behaves as View#sendAccessibilityEvent(int) for the case of no accessibility delegate been set.

Parameters

host

The View hosting the delegate.

eventType

The type of the event to send.

See also

View#sendAccessibilityEvent(int)